Server Side Scripting
HTML mode has no specific support for server side scripting inside HTML
documents. But here are some hints to help you make the scripting cooperate
with HTML mode:
- To avoid that HTML mode reformats the scripting code and makes it
unreadable and perhaps non-functional, insert formatting tags in the document. Two
different tags are available, one to prevent formatting completely, and
one for C style formatting. See the power user section how to write your
own formatting tags.
- If the scripting language use tags which look like HTML tags, use
the menu to
add the tags to HTML mode.
If you are a Tcl programmer and would like to add support to HTML mode for a
scripting language, I'm willing to help you provided you let me
freely distribute your code as part of HTML mode.